Cherry-pick a patch from 3.98.5 to fix the build
authorSimon McVittie <smcv@debian.org>
Mon, 6 Jul 2020 13:02:54 +0000 (14:02 +0100)
committerSimon McVittie <smcv@debian.org>
Mon, 6 Jul 2020 13:02:54 +0000 (14:02 +0100)
debian/changelog
debian/patches/series [new file with mode: 0644]
debian/patches/testsuite-Remove-obsolete-test-from-list.patch [new file with mode: 0644]

index cdc10d046f5db57686f6901f5c741f45bda1451f..d3e9cea01e7ca1a8ebcebb66e719c4958e97e372 100644 (file)
@@ -27,6 +27,8 @@ gtk+4.0 (3.98.4-1) UNRELEASED; urgency=medium
     to `ninja test` and are now for `meson test`.
   * Depend on fonts-cantarell for tests
   * Run build-time tests with a D-Bus session bus via dbus-run-session
+  * d/p/testsuite-Remove-obsolete-test-from-list.patch:
+    Cherry-pick a patch from 3.98.5 to fix the build
 
  -- Simon McVittie <smcv@debian.org>  Mon, 06 Jul 2020 10:47:20 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..8b5f064
--- /dev/null
@@ -0,0 +1 @@
+testsuite-Remove-obsolete-test-from-list.patch
diff --git a/debian/patches/testsuite-Remove-obsolete-test-from-list.patch b/debian/patches/testsuite-Remove-obsolete-test-from-list.patch
new file mode 100644 (file)
index 0000000..fac821d
--- /dev/null
@@ -0,0 +1,25 @@
+From: Matthias Clasen <mclasen@redhat.com>
+Date: Mon, 18 May 2020 21:49:34 -0400
+Subject: testsuite: Remove obsolete test from list
+
+The test was removed in 97d0e8c6e07c08ae, but I neglected
+to remove the test files from meson.build.
+
+Fixes: #2760
+Origin: upstream, 3.98.5, commit:17dd32da883bb7cb67263d936b4d128be8b6be34
+---
+ testsuite/css/change/meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/testsuite/css/change/meson.build b/testsuite/css/change/meson.build
+index 9de4349..04204ed 100644
+--- a/testsuite/css/change/meson.build
++++ b/testsuite/css/change/meson.build
+@@ -23,7 +23,6 @@ test_data = [
+   'test2.css', 'test2.ui', 'test2.nodes',
+   'test3.css', 'test3.ui', 'test3.nodes',
+   'test4.css', 'test4.ui', 'test4.nodes',
+-  'test5.css', 'test5.ui', 'test5.nodes',
+ ]
+ if get_option('install-tests')